GetValidator<T> Method

Summary
Gets the validator with the specified type.
Syntax
C#
VB
C++
public static T GetValidator<T>() 
  
Public Shared Function GetValidator(Of T As ICommandRequestValidator)() As T 
public: 
static _T^_ GetValidatorgeneric<typename T> 
();  
where T: ICommandRequestValidator 

Type Parameters

T
The type of validator to get.

Return Value

A validator of the specified type. Null if the validator is not found.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.